There are several procedures which allow direct manipulation of the individual bits of a 32ΓÇôbit fixnum. Each requires integer arguments whose values can be coerced to 32ΓÇôbit fixnums.
(e::bit-and <integer> <integer>)
Coerces its arguments to 32ΓÇôbit fixnums and returns their bitwise Boolean "and".